Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2023.7.22
->==2023.11.17
==3.3.2
->==3.4.0
==0.1.0
->==0.3.0
==3.0.0
->==3.0.3
==4.0.0
->==4.0.2
==2.0.11
->==2.3.1
==1.61.0
->==1.65.0
==3.0.1
->==3.1.1
==3.4
->==3.10
==2.1.2
->==2.2.0
==3.1.2
->==3.1.4
==2.18.2
->==2.32.1
==3.4.0
->==3.4.2
==2.1.3
->==2.1.5
==1.0.7
->==1.1.0
==0.7.0
->==0.7.2
==1.25.0
->==1.27.0
==1.25.0
->==1.27.0
==1.25.0
->==1.27.0
==1.25.0
->==1.27.0
==1.25.0
->==1.27.0
==1.25.0
->==1.27.0
==1.25.0
->==1.27.0
==4.25.2
->==4.25.5
==5.9.6
->==5.9.8
3.12-slim-bookworm
->3.13-slim-bookworm
3.12-slim-bookworm
->3.13-slim-bookworm
==25.1.1
->==25.1.2
==2.31.0
->==2.32.3
==4.8.0
->==4.12.2
==2.0.7
->==2.2.3
==3.0.1
->==3.1.2
==6.1
->==6.4.post2
Release Notes
certifi/python-certifi (certifi)
v2023.11.17
Compare Source
Ousret/charset_normalizer (charset-normalizer)
v3.4.0
Compare Source
Added
--no-preemptive
in the CLI to prevent the detector to search for hints.Fixed
elastic/elastic-otel-python (elastic-opentelemetry)
v0.3.0
Compare Source
Exception when loading instrumentations (#132)
v0.2.0
Compare Source
os
resource detector by default (#117)pallets/flask (flask)
v3.0.3
Compare Source
Released 2024-04-07
hashlib.sha1
may not be available in FIPS builds. Don'taccess it at import time so the developer has time to change the default.
:issue:
5448
cli
attribute in the sansio scaffold, but rather inthe
Flask
concrete class. :pr:5270
v3.0.2
Compare Source
Released 2024-02-03
jinja_loader
property. :issue:5388
--extra-files
and--exclude-patterns
CLI options.:issue:
5391
v3.0.1
Compare Source
Released 2024-01-18
path
argument tosend_file
. :issue:5336
flask run --key
option. :pr:5344
json.loads
object_hook
. This allows other JSON providers that don't implement that.:issue:
5381
5383
corydolphin/flask-cors (flask-cors)
v4.0.2
Compare Source
What's Changed
New Contributors
Full Changelog: corydolphin/flask-cors@4.0.1...4.0.2
v4.0.1
Compare Source
Security
geventhttpclient/geventhttpclient (geventhttpclient)
v2.3.1
Compare Source
What's Changed
Full Changelog: geventhttpclient/geventhttpclient@2.3.0...2.3.1
v2.3.0
Compare Source
What's Changed
Full Changelog: geventhttpclient/geventhttpclient@2.2.1...2.3.0
v2.2.1
Compare Source
What's Changed
Full Changelog: geventhttpclient/geventhttpclient@2.2.0...2.2.1
v2.2.0
Compare Source
What's Changed
(hopefully also fixes the missing windows binary builds in 2.1.1 as a side effect of rebuilding)
Full Changelog: geventhttpclient/geventhttpclient@2.1.1...2.2.0
v2.1.1
Compare Source
What's Changed
(this replaces 2.1.0, where the publishing went wrong)
Full Changelog: geventhttpclient/geventhttpclient@2.1.0...2.1.1
v2.1.0
Compare Source
What's Changed
Full Changelog: geventhttpclient/geventhttpclient@2.0.12...2.1.0
v2.0.12
Compare Source
What's Changed
New Contributors
Full Changelog: geventhttpclient/geventhttpclient@2.0.11...2.0.12
googleapis/python-api-common-protos (googleapis-common-protos)
v1.65.0
Compare Source
Features
experimental_features
to messagePythonSettings
(#249) (139490f)v1.64.0
Compare Source
Features
Bug Fixes
Documentation
v1.63.2
Compare Source
Bug Fixes
v1.63.1
Compare Source
Bug Fixes
v1.63.0
Compare Source
Features
api_version
field toServiceOptions
ingoogle/api/client.proto
(6f9c4d2)LOCATION_POLICY_VIOLATED
enum toErrorReason
ingoogle/api/error_reason.proto
(6f9c4d2)rest_reference_documentation_uri
field toServiceOptions
ingoogle/api/client.proto
(6f9c4d2)v1.62.0
Compare Source
Features
auto_populated_fields
field ofMethodSettings
ingoogle/api/client_pb2
(#194) (4b0c73a)Bug Fixes
kjd/idna (idna)
v3.10
Compare Source
v3.9
Compare Source
v3.8
Compare Source
What's Changed
Thanks to Hugo van Kemenade for contributions to this release.
Full Changelog: kjd/idna@v3.7...v3.8
v3.7
Compare Source
What's Changed
Thanks to Guido Vranken for reporting the issue.
Full Changelog: kjd/idna@v3.6...v3.7
v3.6
Compare Source
v3.5
Compare Source
pallets/itsdangerous (itsdangerous)
v2.2.0
Compare Source
Released 2024-04-16
372
pyproject.toml
instead ofsetup.cfg
.:pr:
326
flit_core
instead ofsetuptools
as build backend.__version__
attribute. Use feature detection, orimportlib.metadata.version("itsdangerous")
, instead. :issue:371
Serializer
and the return type ofdumps
is generic for type checking.By default it is
Serializer[str]
anddumps
returns astr
. If adifferent
serializer
argument is given, it will try to infer the returntype of its
dumps
method. :issue:347
hashlib.sha1
may not be available in FIPS builds. Don'taccess it at import time so the developer has time to change the default.
:issue:
375
pallets/jinja (jinja2)
v3.1.4
Compare Source
Released 2024-05-05
xmlattr
filter does not allow keys with/
solidus,>
greater-than sign, or
=
equals sign, in addition to disallowing spaces.Regardless of any validation done by Jinja, user input should never be used
as keys to this filter, or must be separately validated first.
:ghsa:
h75v-3vvj-5mfj
v3.1.3
Compare Source
Released 2024-01-10
empty. :pr:
1858
xmlattr
filter does not allow keys with spaces. :ghsa:h5c8-rqwp-cp95
{% trans %}
blocksmore helpful. :pr:
1918
locustio/locust (locust)
v2.32.1
Compare Source
What's Changed
New Contributors
Full Changelog: locustio/locust@2.32.0...2.32.1
v2.32.0
Compare Source
Full Changelog
Fixed bugs:
Merged pull requests:
v2.31.8
Compare Source
Full Changelog
Merged pull requests:
v2.31.7
Compare Source
Full Changelog
Merged pull requests:
v2.31.6
Compare Source
Full Changelog
Fixed bugs:
Closed issues:
Merged pull requests:
v2.31.5
Compare Source
Full Changelog
Fixed bugs:
Merged pull requests:
v2.31.4
Compare Source
Full Changelog
Merged pull requests:
v2.31.3
Compare Source
Full Changelog
Fixed bugs:
Merged pull requests:
v2.31.2
Compare Source
Full Changelog
Merged pull requests:
v2.31.1
Compare Source
Full Changelog
Merged pull requests:
v2.31.0
Full Changelog
Merged pull requests:
v2.30.0
Compare Source
Full Changelog
Fixed bugs:
Closed issues:
itertools.cycle
inSequentialTaskSet
#2740SequentialTaskSet
handles task weights in an inconsistent way #2739Merged pull requests:
v2.29.1
Compare Source
Full Changelog
Fixed bugs:
Merged pull requests:
v2.29.0
Compare Source
Full Changelog
Fixed bugs:
Closed issues:
Merged pull requests:
v2.28.0
Compare Source
Full Changelog
Fixed bugs:
Closed issues:
_task_queue
should be acollections.deque
? #2653Merged pull requests:
parsed_options
(for LoadShapes that might access it) #2656 (raulparada)v2.27.0
Compare Source
Full Changelog
Fixed bugs:
Closed issues:
Merged pull requests:
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.